Uses of Class
org.eclipse.vtp.desktop.editors.core.model.SelectionStructure

Packages that use SelectionStructure
org.eclipse.vtp.desktop.editors.core.controller   
org.eclipse.vtp.desktop.editors.core.impl   
org.eclipse.vtp.desktop.editors.core.model   
 

Uses of SelectionStructure in org.eclipse.vtp.desktop.editors.core.controller
 

Methods in org.eclipse.vtp.desktop.editors.core.controller with parameters of type SelectionStructure
 void ControllerListener.selectionChanged(SelectionStructure selection)
           
 

Uses of SelectionStructure in org.eclipse.vtp.desktop.editors.core.impl
 

Methods in org.eclipse.vtp.desktop.editors.core.impl with parameters of type SelectionStructure
 void DialogEditor.selectionChanged(SelectionStructure selection)
           
 void DialogCustomizerWindow.selectionChanged(SelectionStructure selection)
           
 void ApplicationFragmentEditor.selectionChanged(SelectionStructure selection)
           
 void ApplicationEditor.selectionChanged(SelectionStructure selection)
           
 

Uses of SelectionStructure in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model that return SelectionStructure
 SelectionStructure RenderedCanvas.getSelection()